Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(cmd/rofl): Add TDX container build support #335

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kostko
Copy link
Member

@kostko kostko commented Dec 12, 2024

No description provided.

@kostko kostko added the rofl ROFL related CLI issues label Dec 12, 2024
@kostko kostko self-assigned this Dec 12, 2024
Copy link

netlify bot commented Dec 12, 2024

Deploy Preview for oasisprotocol-cli canceled.

Name Link
🔨 Latest commit 9908af8
🔍 Latest deploy log https://app.netlify.com/sites/oasisprotocol-cli/deploys/676298bf21feda0008c0fde1

@kostko kostko force-pushed the kostko/feature/rofl-tdx-podman branch 2 times, most recently from 6f0a4e1 to 9189c4a Compare December 15, 2024 16:45

const (
artifactContainerRuntime = "rofl-container runtime"
artifactContainerCompose = "docker-compose.yaml"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Last time I tried it (maybe ~year ago), podman-compose (and even podman in general) wasn't really a drop-in replacement to docker-compose in practice, and it was somewhat tedious migrating things to podman. There were a lot of minor incompatibilities.

I hope this has improved, otherwise it might be better to be very clear that podman is used to run the containers. Maybe even go as far to use compose.yaml filename, which seems to be preferred in the latest spec and avoid mentioning docker.

@kostko kostko force-pushed the kostko/feature/rofl-tdx-podman branch 3 times, most recently from defa667 to 840afff Compare December 17, 2024 08:26
@kostko kostko force-pushed the kostko/feature/rofl-tdx-podman branch from 840afff to 9908af8 Compare December 18, 2024 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rofl ROFL related CLI issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants